/* This is the CSS stylesheet used in the exercise. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

/* BeginCorePageCSS */

/* Made with executable version 6.0 Release 4 Build 27 */


/* Hack to hide a nested Quicktime player from IE, which can't handle it. */
* html object.MediaPlayerNotForIE {
	display: none;
}

body{
	font-family: "Comic Sans MS",Arial,Geneva,sans-serif;
	background-color: #003366;
	color: #00ffff;
 
	margin-right: 5%;
	margin-left: 5%;
	font-size: 12px;
	
}

p{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}



div,table,span,td{
	font-size: 100%;
	
;
}




div.Titles{
	padding: 0.5em;;
	text-align: center;
	color: #000000;
}

button{
	font-family: "Comic Sans MS",Arial,Geneva,sans-serif;
	font-size: 100%;
	display: inline;	
}

.ExerciseTitle{
	font-size: 140%;
	color: #33ccFF;
}

.ExerciseSubtitle{
	font-size: 120%;
	color: #000000;
}

div.StdDiv{
	background-color: #9966CC;
	text-align: center;
	font-size: 100%;
	color: #000000;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffd5ea;
	margin-bottom: 1px;
}


/* EndCorePageCSS */

div.LeftContainer{
	border-style: none;
	padding: 2px 0px 2px 0px;
	float: left;
	width: 49.8%;
	margin-bottom: 0px;
overflow: auto;
height: 35.5em;
}

/* JQuiz styles */

div#MainDiv{
overflow: auto;
height: 33.5em;
}

div.QuestionNavigation{
	text-align: center;
}

.QNum{
	margin: 0em 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: middle;
	color:#ffffff;
}

textarea{
	font-family: "Comic Sans MS",Arial,Geneva,sans-serif;
}

.QuestionText{
	text-align: left;
	margin: 0px;
	font-size: 120%;
	color: #ffffff;
}

.Answer{
	font-size: 150%;
	letter-spacing: 0.1em;
	color: #33ccFF;
}

.PartialAnswer{
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #000000;
}

.Highlight{
	color: #000000;
	background-color: #ffff00;
	font-weight: bold;
	font-size: 120%;
}

ol.QuizQuestions{
	text-align: left;
	list-style-type: none;
}

li.QuizQuestion{
	padding: 1em;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

ol.MCAnswers{
	text-align: left;
	list-style-type: upper-alpha;
	padding: 1em;
}

ol.MCAnswers li{
	margin-bottom: 1em;
}

ol.MSelAnswers{
	text-align: left;
	list-style-type: lower-alpha;
	padding: 1em;
}

div.ShortAnswer{
	padding: 1em;
}

div.Feedback {
	background-color: #3399FF;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	display: none;
	font-size: 100%;
}
.FuncButton {
	text-align: center;
	border-style: solid;
	font-size: 100%;
	border-left-color: #aeaeae;
	border-top-color: #aeaeae;
	border-right-color: #2e2e2e;
	border-bottom-color: #2e2e2e;
	color: #ffffff;
	background-color: #333399;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	
}

.FuncButtonUp {
	color: #5d5d5d;
	text-align: center;
	border-style: solid;

	border-left-color: #aeaeae;
	border-top-color: #aeaeae;
	border-right-color: #2e2e2e;
	border-bottom-color: #2e2e2e;

	background-color: #ffffff;
	color: #5d5d5d;
	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.FuncButtonDown {
	color: #5d5d5d;
	text-align: center;
	border-style: solid;

	border-left-color: #2e2e2e;
	border-top-color: #2e2e2e;
	border-right-color: #aeaeae;
	border-bottom-color: #aeaeae;
	background-color: #ffffff;
	color: #5d5d5d;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

/*BeginNavBarStyle*/

div.NavButtonBar{
	background-color: #003366;
	text-align: center;
	margin: 2px 0px 2px 0px;
	clear: both;
	font-size: 100%;
}
.NavButtonyouarehere {
	border-style: solid;

	border-left-color: #ac967f;
	border-top-color: #9999CC;
	border-right-color: #2c1600;
	border-bottom-color: #2c1600;
	color: #99FF33;
	background-color: #333399;

	border-width: 2px;
	cursor: pointer;		
}

.NavButton {
	border-style: solid;
	
	border-left-color: #ac967f;
	border-top-color: #9999CC;
	border-right-color: #2c1600;
	border-bottom-color: #2c1600;
	background-color: #333399;
	color: #ffffff;
	font-size: 100%;

	border-width: 2px;
	cursor: pointer;	
}

.NavButtonUp {
	border-style: solid;

	border-left-color: #ac967f;
	border-top-color: #ac967f;
	border-right-color: #2c1600;
	border-bottom-color: #2c1600;
	color: #592d00;
	background-color: #ffffff;

	border-width: 2px;
	cursor: pointer;	
}

.NavButtonDown {
	border-style: solid;

	border-left-color: #2c1600;
	border-top-color: #2c1600;
	border-right-color: #ac967f;
	border-bottom-color: #ac967f;
	color: #592d00;
	background-color: #ffffff;

	border-width: 2px;
	cursor: pointer;	
}

/*EndNavBarStyle*/



div.CardStyle {
	position: absolute;
	font-family: "Comic Sans MS",Arial,Geneva,sans-serif;
	font-size: 100%;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	color: #ffd5ea;
	background-color: #5d5d5d;
	left: -50px;
	top: -50px;
}

.rtl{
	text-align: right;
	font-size: 140%;
}


.Estilo1 {font-size: 100%; color: #00ffff; }
.Estilo2 {text-align: center; border-style: solid; border-left-color: #aeaeae; border-top-color: #aeaeae; border-right-color: #2e2e2e; border-bottom-color: #2e2e2e; color: #00ffff; background-color: #FF66CC; border-width: 2px; padding: 3px 6px 3px 6px; cursor: pointer; }
.Estilo3 {border-style: solid; border-left-color: #ac967f; border-top-color: #ac967f; border-right-color: #2c1600; border-bottom-color: #2c1600; background-color: #FF66CC; color: #00ffff; border-width: 2px; cursor: pointer; }

#content {background: #ffffff;
margin-right:10%;
margin-left:10%;}

#content p {padding:5px;line-height:18px;text-align:justify;}

#contentcomp {background: #ffffff;
margin-right:2%;
margin-left:2%;}

#contentcomp p {padding:5px;line-height:18px;text-align:justify;}

/* start for grammar sheets */

#containergrammar {
margin-right: auto;
margin-left: auto;
width: 100%;
overflow: auto;
  height: 30em;}

#zebralightgreen {
background: #F1F3D4;
}

#zebradarkgreen {
background: #FAFEC9;
}

#zebradarkbeige {
background: #FCDFC8;
}

#zebralightbeige {
background: #F1E1D4;
}

/* end for grammar sheets */










